home *** CD-ROM | disk | FTP | other *** search
- _root.WPI_ArcadeStartSingleGame = function()
- {
- trace("WPI_ArcadeStartSingleGame called - the current game has started");
- };
- _root.WPI_ArcadeStopSingleGame = function(score)
- {
- trace("WPI_ArcadeStopSingleGame called - the current game has finished with score: " + score);
- };
- stop();
-